Add test to reproduce RAS fallback tag propagation issue #7763#10842
Closed
li-boxuan wants to merge 6 commits intoapache:mainfrom
Closed
Add test to reproduce RAS fallback tag propagation issue #7763#10842li-boxuan wants to merge 6 commits intoapache:mainfrom
li-boxuan wants to merge 6 commits intoapache:mainfrom
Conversation
- Created comprehensive test suite RasFallbackTagPropagationSuite.scala - Test demonstrates how fallback tags don't propagate from RAS rule copies back to original plan - Includes two test cases: complex scenario and simplified reproduction - Added detailed documentation explaining the issue and root cause - References TODO comments in RasOffload.scala lines 136-138, 150-152 Co-authored-by: openhands <openhands@all-hands.dev>
|
Run Gluten Clickhouse CI on x86 |
- Applied Spotless formatter to fix line length and indentation issues - Reformatted comments to comply with project style guidelines - Fixed spacing and line breaks in RasFallbackTagPropagationSuite.scala Co-authored-by: openhands <openhands@all-hands.dev>
|
Run Gluten Clickhouse CI on x86 |
- Wrapped all println statements with scalastyle:off/on comments - Fixed toLowerCase/toUpperCase locale issues with caselocale suppressions - Replaced non-ASCII characters (✓, ⚠) with plain text - Split long lines to stay under 100 character limit - Applied spotless formatter for consistent indentation and spacing All scalastyle and spotless checks now pass. Co-authored-by: openhands <openhands@all-hands.dev>
|
Run Gluten Clickhouse CI on x86 |
…er limit Co-authored-by: openhands <openhands@all-hands.dev>
|
Run Gluten Clickhouse CI on x86 |
- Fix withSQLConf usage by using var assignments inside blocks instead of trying to assign return value - Remove unused imports: BackendTestUtils and Row - Resolves compilation errors: 'value foreach is not a member of Unit' and 'value values is not a member of Unit' Co-authored-by: openhands <openhands@all-hands.dev>
|
Run Gluten Clickhouse CI on x86 |
…e in VeloxTestSettings - Move RasFallbackTagPropagationSuite.scala from gluten-ut/spark34 to gluten-ut/spark35 - Remove sparkConf override method and unused imports (SparkConf, UI_ENABLED) - Add RasFallbackTagPropagationSuite import and enableSuite line to VeloxTestSettings.scala - Test is now ready to reproduce RAS fallback tag propagation issue apache#7763 Co-authored-by: openhands <openhands@all-hands.dev>
|
Run Gluten Clickhouse CI on x86 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.